html {
    scroll-padding-top: 76px
}

body, html {
    position: relative;
    height: 100%;
    width: 100%
}

img {
    max-width: 100%;
    border: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

*, :after, :before {
    box-sizing: border-box
}

*, :after, :before, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ol {
    padding: 15px 0 10px 20px
}

    ol, ol li {
        list-style: decimal
    }

        ol li {
            padding: 2px 0
        }

p {
    padding-bottom: 15px
}

strong {
    font-weight: 700
}

a {
    outline: none;
    text-decoration: underline;
    color: inherit
}

    a:focus, a:hover, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none
    }

    a:focus, a:hover {
        color: inherit;
        outline: none
    }

button:focus, input:focus {
    outline: none
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input, select {
    border-radius: 0
}

button, button:focus, button:hover, ol li:focus, ul li:focus {
    outline: none
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}

html {
    font-size: 10px
}

body {
    font: 400 1.6rem/1.6 Gotham,sans-serif,serif;
    color: #043552
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 20px;
    letter-spacing: .05rem
}

.h1, h1 {
    font-size: 4rem
}

.h2, h2 {
    font-size: 3rem
}

.h3, h3 {
    font-size: 2.6rem
}

.h4, h4 {
    font-size: 2rem
}

.h5, h5 {
    font-size: 1.8rem
}

@media(min-width:1200px) {
    .h1, h1 {
        font-size: 6.5rem
    }
}

.btn, .sf-fieldWrp button {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    border: 1px solid #043552;
    color: #043552;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    border-radius: 0;
    padding: 12px 25px 13px;
    min-width: 280px;
    text-align: center;
    letter-spacing: .15rem;
    line-height: 1;
    background: none;
    text-decoration: none
}

    .btn:hover, .sf-fieldWrp button:hover {
        color: #043552
    }

    .btn:focus, .sf-fieldWrp button:focus {
        outline: none;
        box-shadow: none
    }

.btn--primary, .sf-fieldWrp button--primary {
    color: #fff;
    display: inline-block
}

    .btn--primary:hover, .sf-fieldWrp button--primary:hover {
        color: #fff
    }

.btn--secondary, .sf-fieldWrp button--secondary {
    color: #fff;
    border-color: #fff;
    display: inline-block
}

    .btn--secondary:hover, .sf-fieldWrp button--secondary:hover {
        color: #fff
    }

.btn--circle, .btn--circleWhite, .sf-fieldWrp button--circle, .sf-fieldWrp button--circleWhite {
    border: none;
    font-size: 1.8rem;
    padding: 0;
    min-width: auto;
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    margin: 50px 20px 50px 0;
    padding-right: 35px
}

    .btn--circle:before, .btn--circleWhite:before, .sf-fieldWrp button--circle:before, .sf-fieldWrp button--circleWhite:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -5px;
        transform: translateY(-50%);
        font-family: Material Icons;
        font-size: 3.5rem;
        font-weight: 400;
        color: #00abbe
    }

    .btn--circle i, .btn--circleWhite i, .sf-fieldWrp button--circle i, .sf-fieldWrp button--circleWhite i {
        font-size: 3.5rem;
        padding-left: 7px;
        color: #00abbe
    }

.btn--circleWhite, .sf-fieldWrp button--circleWhite {
    color: #fff
}

    .btn--circleWhite:after, .sf-fieldWrp button--circleWhite:after {
        border-color: #fff
    }

    .btn--circleWhite:before, .btn--circleWhite:hover, .btn--circleWhite i, .sf-fieldWrp button--circleWhite:before, .sf-fieldWrp button--circleWhite:hover, .sf-fieldWrp button--circleWhite i {
        color: #fff
    }

    .btn--circle.btn--multiline, .btn--circleWhite.btn--multiline, .sf-fieldWrp button--circle.btn--multiline, .sf-fieldWrp button--circleWhite.btn--multiline {
        font-size: 2rem;
        max-width: 255px;
        text-align: right;
        padding-right: 45px
    }

.sf-fieldWrp button {
    border: none;
    font-size: 1.8rem;
    padding: 0;
    min-width: auto;
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    margin: 50px 20px 50px 0;
    padding-right: 35px
}

    .sf-fieldWrp button:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -5px;
        transform: translateY(-50%);
        font-family: Material Icons;
        font-size: 3.5rem;
        font-weight: 400;
        color: #00abbe
    }

@media(min-width:768px) {
    .btn--circle, .btn--circleWhite {
        font-size: 2rem;
        padding-right: 48px
    }

        .btn--circle:before, .btn--circleWhite:before {
            right: 0;
            font-size: 4.25rem
        }

        .btn--circle.btn--multiline, .btn--circleWhite.btn--multiline {
            font-size: 2rem;
            max-width: inherit;
            text-align: inherit;
            padding-right: 48px
        }
}

@media(min-width:1200px) {
    .btn {
        font-size: 1.2rem;
        min-width: 230px
    }

    .btn--circle, .btn--circleWhite, .sf-fieldWrp button {
        font-size: 2rem;
        min-width: auto
    }
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 3px
}

    .slick-dots li button:before {
        width: 10px;
        height: 10px;
        content: "";
        background: none;
        border: 1px solid #043552;
        border-radius: 100%;
        opacity: 1
    }

    .slick-dots li:only-child {
        display: none
    }

    .slick-dots li.slick-active button:before {
        background: #043552;
        opacity: 1
    }

.slick-next, .slick-prev {
    width: auto;
    height: auto;
    left: 0;
    z-index: 1
}

    .slick-next:before, .slick-prev:before {
        content: "";
        position: absolute;
        opacity: 1;
        left: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .slick-next, .slick-next:before {
        right: 0;
        left: inherit
    }

.custom-select-v3:before, .customCheckbox[type=checkbox]:checked + label:after {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.customCheckbox[type=checkbox]:checked, .customCheckbox[type=checkbox]:not(:checked) {
    left: -9999px;
    position: absolute
}

    .customCheckbox[type=checkbox]:checked + label, .customCheckbox[type=checkbox]:not(:checked) + label {
        cursor: pointer;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 24px;
        padding: 0 15px 0 35px;
        position: relative
    }

        .customCheckbox[type=checkbox]:checked + label:before, .customCheckbox[type=checkbox]:not(:checked) + label:before {
            border: 1px solid #043552;
            border-radius: 100%;
            overflow: hidden;
            content: "";
            height: 21px;
            left: 0;
            position: absolute;
            top: 0;
            width: 21px
        }

        .customCheckbox[type=checkbox]:checked + label:before {
            opacity: 1;
            transform: scale(1);
            border: 6px solid #043552
        }

.customCheckbox[type=checkbox]:disabled:checked + label:before, .customCheckbox[type=checkbox]:disabled:not(:checked) + label:before {
    background-color: #ddd;
    border-color: #bbb;
    box-shadow: none
}

.customRadio[type=radio]:checked, .customRadio[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

    .customRadio[type=radio]:checked + label, .customRadio[type=radio]:not(:checked) + label {
        cursor: pointer;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 10px;
        margin-right: 16px;
        padding-left: 30px;
        position: relative
    }

        .customRadio[type=radio]:checked + label:before, .customRadio[type=radio]:not(:checked) + label:before {
            border: 1px solid #043552;
            border-radius: 50%;
            content: "";
            height: 20px;
            left: 0;
            position: absolute;
            top: 0;
            width: 20px
        }

        .customRadio[type=radio]:checked + label:before {
            opacity: 1;
            border-radius: 50%;
            content: "";
            height: 20px;
            left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 20px;
            border: 6px solid #043552
        }

.customRadio[type=radio]:disabled:checked + label:before, .customRadio[type=radio]:disabled:not(:checked) + label:before {
    background-color: #ddd;
    border-color: #bbb;
    box-shadow: none
}

.asta-accordion {
    padding: 15px 0
}

.asta-accordion__card {
    padding: 45px 25px 30px
}

    .asta-accordion__card:nth-child(odd) {
        background: hsla(0,0%,76.9%,.12)
    }

        .asta-accordion__card:nth-child(odd) .asta-accordion__card-header h4 a:after {
            -webkit-text-stroke: 4px #f5f5f5
        }

.asta-accordion__card-header h4 {
    font-family: Gotham,sans-serif
}

    .asta-accordion__card-header h4 a {
        position: relative;
        display: block;
        padding-right: 40px
    }

        .asta-accordion__card-header h4 a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: -25px;
            font-size: 7rem;
            line-height: 1;
            transition: all .5s ease-in-out;
            transform: translateY(-50%);
            font-weight: 400;
            font-family: Material Icons;
            -webkit-text-stroke: 4px #fff;
            color: #043552
        }

        .asta-accordion__card-header h4 a.active:after {
            content: ""
        }

.asta-accordion__card-body {
    padding-right: 50px;
    display: none
}

@media(min-width:992px) {
    .asta-accordion {
        padding-bottom: 25px
    }

    .asta-accordion__card {
        padding: 45px 45px 30px
    }

    .asta-accordion__card-header h4 a {
        padding-right: 70px
    }

        .asta-accordion__card-header h4 a:after {
            font-size: 8rem;
            right: -10px
        }
}

@media(min-width:1200px) {
    .slick-dots li {
        margin: 0 7px
    }

        .slick-dots li, .slick-dots li button:before {
            width: 15px;
            height: 15px
        }
}

.font-gotham {
    font-family: Gotham,sans-serif
}

.container {
    max-width: 1336px;
    padding-left: 20px;
    padding-right: 20px
}

.container1440 {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.col33 {
    max-width: 33.333%
}

.bg-darkBlue {
    background-color: #043552
}

.bg-orange {
    background-color: #ffa733
}

.bg-maroon {
    background-color: #dd4f52
}

.bg-cyan {
    background-color: #00abbe
}

.bg-gray {
    background-color: #c4c4c4
}

.bg-gray--seeThrough {
    background-color: hsla(0,0%,76.9%,.2)
}

    .bg-gray--seeThrough .section-title p:last-child {
        padding-bottom: 0
    }

.bg-lightGray {
    background-color: #f5f5f5
}

.bg-white {
    background-color: #fff
}

.section-gap form .btn {
    margin-bottom: 35px
}

.section-gradient {
    position: relative
}

    .section-gradient:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 65%;
        max-height: 600px;
        background-color: hsla(0,0%,76.9%,.2);
        z-index: -1
    }

.section-gradient--quarter:before {
    height: 45%
}

.form-control {
    color: #043552
}

.map-bg, .renew {
    background-repeat: repeat-y;
    background-position: top 0 center
}

.bottom-gap {
    margin-bottom: 25px
}

.section-gap {
    padding: 50px 0;
    position: relative
}

    .section-gap:after {
        content: "";
        clear: both;
        display: block
    }

.section-title {
    position: relative
}

.section-title__sub {
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .4rem;
    padding: 0 0 15px
}

.section-title__sub, .section-title h2 {
    text-transform: uppercase
}

.section-title__image {
    max-width: 120px;
    float: right;
    height: 100%;
    display: flex;
    align-items: flex-end;
    shape-outside: inset(calc(90% - 130px) 0 0)
}

@supports(-webkit-touch-callout:none) {
    .section-title__image {
        display: inherit;
        shape-outside: inherit;
        height: auto
    }
}

.section-title .section-title__letterCon {
    display: flex
}

.card-imgOverlay {
    position: relative;
    color: #fff;
    margin: 0 0 5px
}

    .card-imgOverlay:after {
        content: "";
        clear: both;
        display: block
    }

    .card-imgOverlay:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.6)
    }

    .card-imgOverlay img {
        width: 100%
    }

.card-imgOverlay__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 25px 15px;
    width: 100%
}

.card-imgOverlay__content--center {
    padding-bottom: 25px;
    bottom: inherit;
    right: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

    .card-imgOverlay .section-title p:last-child, .card-imgOverlay__content--center p:last-child {
        padding-bottom: 0
    }

.card-imgOverlay2, .card-imgOverlay3 {
    position: relative;
    padding: 70px 45px;
    background-size: cover;
    background-position: top;
    height: 100%
}

    .card-imgOverlay2:before, .card-imgOverlay3:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.7)
    }

.card-imgOverlay2__price, .card-imgOverlay3__price {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffa733;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 7px 30px 20px;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1
}

    .card-imgOverlay2__price span, .card-imgOverlay3__price span {
        display: block;
        font-size: 1.2rem;
        font-weight: 400
    }

.card-imgOverlay2__content, .card-imgOverlay3__content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-bottom: 75px
}

    .card-imgOverlay2__content h2, .card-imgOverlay2__content h3, .card-imgOverlay3__content h2, .card-imgOverlay3__content h3 {
        text-transform: uppercase
    }

    .card-imgOverlay2__content small, .card-imgOverlay3__content small {
        font-size: 1rem;
        letter-spacing: .1rem
    }

.card-imgOverlay2 .btn, .card-imgOverlay3 .btn {
    position: absolute;
    bottom: 15px;
    right: 25px
}

.card-imgOverlay2__logo, .card-imgOverlay3__logo {
    max-width: 245px;
    padding-bottom: 35px
}

.card-imgOverlay3 {
    padding: 50px 35px 70px
}

.card-pattern1 {
    position: relative;
    margin-top: 30px;
    height: 100%
}

    .card-pattern1:after {
        content: "";
        clear: both;
        display: block
    }

    .card-pattern1 img {
        width: 100%;
        display: block
    }

.card-pattern1__desc {
    color: #fff;
    padding: 34px 34px 110px
}

.card-pattern1__date {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 17px
}

    .card-pattern1__date span {
        font-size: 1.8rem;
        text-transform: uppercase;
        display: block
    }

.card-pattern1__title {
    font-weight: 700;
    padding-bottom: 5px
}

    .card-pattern1__title a {
        color: #fff;
        text-decoration: none
    }

.card-pattern1 .btn {
    position: absolute;
    bottom: 40px;
    right: 30px
}

.card-pattern2__imageCon {
    position: relative;
    margin-bottom: 25px
}

    .card-pattern2__imageCon img {
        width: 100%;
        display: block
    }

.card-pattern2__price {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffa733;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 30px 7px;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    min-width: 120px;
    text-align: center
}

.card-pattern2__desc h3 {
    text-transform: uppercase;
    padding-bottom: 10px
}

.card-pattern2__desc p strong {
    font-weight: 700
}

.card-pattern2__sub {
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding-bottom: 5px
}

.card-pattern3 {
    position: relative;
    height: 100%
}

    .card-pattern3:after {
        content: "";
        clear: both;
        display: block
    }

.card-pattern3__circleImg {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 6px #f0f0f0;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%)
}

.card-pattern3__circleImg--white {
    box-shadow: 0 0 0 6px #fff
}

.card-pattern3__circleImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.card-pattern3__brandLogo {
    width: 150px;
    height: 110px;
    border: 6px solid #fff;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center
}

    .card-pattern3__brandLogo img {
        max-width: 100px
    }

.card-pattern3__desc {
    color: #fff;
    padding: 90px 32px 50px
}

    .card-pattern3__desc .asta__socialLinks {
        padding: 0 0 15px
    }

.card-pattern3__date {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    padding-bottom: 17px
}

    .card-pattern3__date span {
        font-size: 1.8rem;
        text-transform: uppercase;
        display: block
    }

.asta-cardSlider__container.container {
    padding: 0
}

.asta-cardSlider__container .row {
    margin: 0
}

.asta-cardSlider__container [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.asta-cardSlider .slick-dots {
    bottom: -45px
}

.asta-cardSlider2 {
    padding: 50px 0 0
}

    .asta-cardSlider2.slick-slider {
        padding: 50px 50px 0
    }

.asta-cardSlider2__title {
    font-weight: 700;
    padding: 20px 0 0
}

.asta-cardSlider2 .slick-next, .asta-cardSlider2 .slick-prev {
    top: 45%
}

.asta-cardSlider2 .card-imgOverlay:before {
    background: rgba(0,0,0,.7)
}

.multi__btnCon {
    text-align: right
}

.asta-bulletList {
    padding-bottom: 15px
}

    .asta-bulletList li {
        position: relative;
        padding: 0 0 12px 30px
    }

        .asta-bulletList li:before {
            content: "";
            font-family: Material Icons;
            position: absolute;
            top: 7px;
            left: 0;
            font-size: 1.4rem;
            line-height: 1
        }

        .asta-bulletList li:last-child {
            padding-bottom: 0
        }

    .asta-bulletList.twoCol li {
        width: 50%;
        display: inline-block;
        padding-right: 25px
    }

.asta-bulletDecimal {
    padding-bottom: 15px;
    list-style: none;
    counter-reset: item
}

    .asta-bulletDecimal li {
        position: relative;
        padding: 0 0 12px 30px;
        counter-increment: item;
        list-style: none
    }

        .asta-bulletDecimal li:before {
            content: counter(item) ".";
            position: absolute;
            left: 0;
            top: 0
        }

@media(min-width:768px) {
    .section-gap {
        padding: 65px 0
    }

    .section-title__image {
        shape-outside: inset(calc(90% - 140px) 0 0)
    }

    .section-title__image--top {
        margin-top: -30px
    }

    .card-imgOverlay {
        margin: 0
    }

    .card-imgOverlay__content {
        min-height: 500px
    }

        .card-imgOverlay__content .btn {
            position: absolute;
            bottom: 40px;
            right: 30px
        }

    .asta-cardSlider__container.container {
        padding-left: 20px;
        padding-right: 20px
    }

    .asta-cardSlider__container .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .asta-cardSlider__container [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .multi__btnCon .btn:last-child {
        margin-right: 65px;
        margin-left: 20px
    }
}

@media(min-width:992px) {
    .section-title__letter {
        max-width: calc(100% - 240px)
    }

    .section-title__image {
        position: absolute;
        top: 0;
        right: 20px;
        display: inherit;
        max-width: 220px;
        z-index: 2
    }

    .section-title__image--top {
        margin-top: -100px
    }
}

@media(min-width:1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-gap form .btn {
        margin-bottom: 50px
    }

    .renew {
        background-position: top -100px center
    }

    .bottom-gap {
        margin-bottom: 50px
    }

    .section-title__sub {
        font-size: 2rem
    }

    .section-title__letter {
        max-width: calc(90% - 240px)
    }

    .section-title__image {
        max-width: 300px
    }

    .section-title__image--top {
        margin-top: -170px
    }

    .card-imgOverlay__content {
        padding: 25px 25px 40px;
        max-width: 350px;
        margin: auto
    }

    .card-imgOverlay__content--center {
        padding-bottom: 25px
    }

    .card-imgOverlay__content .section-title {
        padding-bottom: 30px
    }

    .card-imgOverlay__content .btn {
        margin-right: -15px
    }

    .card-imgOverlay2, .card-imgOverlay3 {
        padding: 80px 45px
    }

    .card-imgOverlay2__content, .card-imgOverlay3__content {
        max-width: 280px
    }

    .card-imgOverlay3 {
        padding: 50px 45px 80px
    }

    .card-pattern2__desc p strong span {
        display: inline-block
    }

    .card-pattern3__desc .asta__socialLinks {
        padding: 10px 0 25px
    }

    .card-pattern3__circleImg {
        width: 117px;
        height: 117px;
        top: -58px
    }

    .card-pattern3__brandLogo {
        width: 165px;
        height: 124px;
        top: -62px
    }

        .card-pattern3__brandLogo img {
            max-width: 116px
        }

    .asta-cardSlider .slick-prev {
        left: -50px
    }

    .asta-cardSlider .slick-next {
        right: -50px
    }

    .asta-cardSlider2 {
        padding: 50px 0 30px
    }

        .asta-cardSlider2.slick-slider {
            padding: 50px 50px 30px
        }
}

.asta-header {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0
}

.asta-header__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 15px;
    position: relative;
    z-index: 2
}

    .asta-header__wrap.active .asta-header__menuNlanguage {
        width: 100%
    }

    .asta-header__wrap.active .asta-header__menuToggle {
        border-color: #043552
    }

        .asta-header__wrap.active .asta-header__menuToggle span:after, .asta-header__wrap.active .asta-header__menuToggle span:before {
            margin: 0;
            background-color: #043552
        }

        .asta-header__wrap.active .asta-header__menuToggle span:before {
            transform: rotate(135deg)
        }

        .asta-header__wrap.active .asta-header__menuToggle span:after {
            transform: rotate(-135deg)
        }

    .asta-header__wrap.active .asta-header__langCon {
        display: block
    }

    .asta-header__wrap.active .asta-header__selectedLang a {
        color: #043552;
        text-decoration: none
    }

        .asta-header__wrap.active .asta-header__selectedLang a i img {
            filter: none
        }

    .asta-header__wrap.active .asta-header__langOptions {
        box-shadow: 1px 1px 5px rgba(4,53,82,.25)
    }

        .asta-header__wrap.active .asta-header__langOptions a {
            text-decoration: none
        }

    .asta-header__wrap.active .asta-header__btnCon, .asta-header__wrap.active .asta-header__logo {
        display: none
    }

.asta-header__btnCon, .asta-header__menuNlanguage {
    width: 40%
}

.asta-header__logo {
    max-width: 70px;
    width: 20%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px
}

    .asta-header__logo .logo-color {
        display: none
    }

.asta-header__menuNlanguage {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.asta-header__menuToggle {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: none;
    position: relative;
    z-index: 2;
    transition: all .25s ease-in-out
}

    .asta-header__menuToggle span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 20px;
        height: 20px
    }

        .asta-header__menuToggle span:after, .asta-header__menuToggle span:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #fff;
            top: calc(50% - .5px);
            right: 0;
            transition: all .25s ease-in-out
        }

        .asta-header__menuToggle span:before {
            margin-top: -4px
        }

        .asta-header__menuToggle span:after {
            margin-top: 4px
        }

.asta-header__langCon {
    position: relative;
    margin-left: 30px;
    display: none
}

    .asta-header__langCon:hover .asta-header__langOptions {
        display: block
    }

.asta-header__selectedLang a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    padding-right: 22px;
    letter-spacing: .1rem;
    text-decoration: none
}

    .asta-header__selectedLang a:after {
        font-family: Material Icons;
        content: "";
        font-size: 2rem;
        line-height: 0;
        position: absolute;
        z-index: 1;
        right: 20px;
        top: 50%;
        height: 0;
        width: 0;
        pointer-events: none
    }

    .asta-header__selectedLang a i {
        padding-right: 10px;
        line-height: 0
    }

        .asta-header__selectedLang a i img {
            max-width: 13px;
            width: 100%;
            filter: brightness(0) invert(1)
        }

.asta-header__langOptions {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 2;
    min-width: 130px
}

    .asta-header__langOptions ul li a {
        padding: 5px 25px 5px 20px;
        width: 100%;
        display: inline-block;
        font-size: 1.4rem;
        text-decoration: none
    }

        .asta-header__langOptions ul li a:hover {
            background: hsla(0,0%,76.9%,.35)
        }

.asta-header__btnCon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

    .asta-header__btnCon.active {
        width: 100%
    }

        .asta-header__btnCon.active .asta-header__searchCon {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            background: #fff;
            border-color: #fff
        }

            .asta-header__btnCon.active .asta-header__searchCon input {
                color: #043552
            }

            .asta-header__btnCon.active .asta-header__searchCon ::-moz-placeholder {
                color: #043552;
                opacity: 1
            }

            .asta-header__btnCon.active .asta-header__searchCon :-ms-input-placeholder {
                color: #043552
            }

            .asta-header__btnCon.active .asta-header__searchCon ::placeholder {
                color: #043552
            }

        .asta-header__btnCon.active .asta-header__searchBtn img {
            filter: none
        }

        .asta-header__btnCon.active .asta-header__searchIcon {
            display: none
        }

.asta-header__searchIcon img {
    filter: brightness(0) invert(1)
}

.asta-header__btnWrap {
    padding: 15px 20px 20px 0
}

    .asta-header__btnWrap .btn {
        border-color: #043552;
        color: #043552;
        margin: 10px 0;
        max-width: 375px;
        width: 100%;
        font-weight: 600
    }

.asta-header__searchCon {
    position: relative;
    height: 40px;
    width: 100%;
    max-width: 150px;
    border: 1px solid transparent;
    background: none;
    margin-left: 5px;
    width: 0;
    transition: all .25s ease-in-out
}

    .asta-header__searchCon input {
        padding: 5px 30px 5px 32px;
        background: none;
        outline: none;
        box-shadow: none;
        border: none;
        width: 100%;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 600;
        font-family: acumin-pro-condensed,sans-serif;
        min-height: 38px;
        letter-spacing: .1rem
    }

    .asta-header__searchCon ::-moz-placeholder {
        color: #fff;
        opacity: 1;
        text-transform: uppercase
    }

    .asta-header__searchCon :-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase
    }

    .asta-header__searchCon ::placeholder {
        color: #fff;
        text-transform: uppercase
    }

.asta-header__searchClose {
    left: 8px;
    max-width: 12px
}

.asta-header__searchBtn, .asta-header__searchClose {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.asta-header__searchBtn {
    right: 10px;
    border: none;
    outline: none;
    background: none;
    max-width: 15px
}

    .asta-header__searchBtn img {
        filter: brightness(0) invert(1)
    }

.asta-header.light-header, .asta-header.light-header-always {
    background-color: #fff;
    transition: all .25s ease-in-out;
    border-bottom: 1px solid rgba(4,53,82,.25)
}

    .asta-header.light-header-always .asta-header__logo, .asta-header.light-header .asta-header__logo {
        max-width: 110px;
        width: 30%;
        top: 17px
    }

        .asta-header.light-header-always .asta-header__logo .logo-white, .asta-header.light-header .asta-header__logo .logo-white {
            display: none
        }

        .asta-header.light-header-always .asta-header__logo .logo-color, .asta-header.light-header .asta-header__logo .logo-color {
            display: block
        }

    .asta-header.light-header-always .asta-header__menuToggle, .asta-header.light-header .asta-header__menuToggle {
        border-color: #043552
    }

        .asta-header.light-header-always .asta-header__menuToggle span:after, .asta-header.light-header-always .asta-header__menuToggle span:before, .asta-header.light-header .asta-header__menuToggle span:after, .asta-header.light-header .asta-header__menuToggle span:before {
            background-color: #043552
        }

    .asta-header.light-header-always .asta-header__selectedLang a, .asta-header.light-header .asta-header__selectedLang a {
        color: #043552
    }

        .asta-header.light-header-always .asta-header__selectedLang a i img, .asta-header.light-header .asta-header__selectedLang a i img {
            filter: inherit
        }

        .asta-header.light-header-always .asta-header__selectedLang a:after, .asta-header.light-header .asta-header__selectedLang a:after {
            color: rgba(4,53,82,.75)
        }

    .asta-header.light-header-always .asta-header__langOptions, .asta-header.light-header .asta-header__langOptions {
        box-shadow: 1px 1px 5px rgba(4,53,82,.25)
    }

        .asta-header.light-header-always .asta-header__langOptions li a, .asta-header.light-header .asta-header__langOptions li a {
            color: #043552
        }

    .asta-header.light-header-always .asta-header__btnCon .btn, .asta-header.light-header .asta-header__btnCon .btn {
        border-color: #043552;
        color: #043552
    }

    .asta-header.light-header-always .asta-header__btnCon.active .asta-header__searchCon, .asta-header.light-header .asta-header__btnCon.active .asta-header__searchCon {
        border-color: #043552
    }

    .asta-header.light-header-always .asta-header__searchIcon img, .asta-header.light-header .asta-header__searchIcon img {
        filter: none
    }

    .asta-header.light-header-always .asta-header__searchCon, .asta-header.light-header .asta-header__searchCon {
        border-color: transparent
    }

        .asta-header.light-header-always .asta-header__searchCon input, .asta-header.light-header .asta-header__searchCon input {
            color: #043552
        }

        .asta-header.light-header-always .asta-header__searchCon ::-moz-placeholder, .asta-header.light-header .asta-header__searchCon ::-moz-placeholder {
            color: #043552;
            opacity: .6
        }

        .asta-header.light-header-always .asta-header__searchCon :-ms-input-placeholder, .asta-header.light-header .asta-header__searchCon :-ms-input-placeholder {
            color: #043552;
            opacity: .6
        }

        .asta-header.light-header-always .asta-header__searchCon ::placeholder, .asta-header.light-header .asta-header__searchCon ::placeholder {
            color: #043552;
            opacity: .6
        }

    .asta-header.light-header-always .asta-header__searchBtn img, .asta-header.light-header .asta-header__searchBtn img {
        filter: none
    }

    .asta-header.light-header-always.search__open .asta-header__logo, .asta-header.light-header.search__open .asta-header__logo {
        display: none
    }

.disablescroll {
    overflow: hidden
}

.asta-navCon {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: all .25s ease-in-out;
    transform: translateX(100%);
    padding: 80px 5px 30px 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    z-index: 1
}

    .asta-navCon.open {
        transform: translateX(0)
    }

.asta-navWrap {
    overflow-y: auto;
    height: 100%
}

.asta-nav__item {
    padding: 15px 0;
    max-width: 310px
}

    .asta-nav__item > a {
        font-family: acumin-pro-condensed,sans-serif;
        font-size: 2.8rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #00abbe;
        letter-spacing: .1rem;
        line-height: 1;
        text-decoration: none
    }

        .asta-nav__item > a:hover {
            color: #00abbe
        }

.asta-nav__subNav {
    padding: 7px 0 0
}

    .asta-nav__subNav li {
        padding: 2px 0
    }

        .asta-nav__subNav li a {
            font-size: 1.5rem;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1.4;
            text-decoration: none
        }

.asta-nav__imageCon {
    display: none
}

.asta-nav__imageDesc {
    position: relative;
    text-align: center
}

.asta-nav__imageLogo {
    max-width: 190px;
    margin: auto
}

    .asta-nav__imageLogo img {
        width: 100%
    }

.asta-nav__imageBtns {
    padding-top: 45px
}

    .asta-nav__imageBtns .btn {
        min-width: 116px;
        margin: 0 5px;
        font-weight: 600;
        font-size: 1.3rem;
        transition: none;
        padding: 12px 12px 13px
    }

        .asta-nav__imageBtns .btn:focus {
            color: #fff
        }

@media(min-width:768px) {
    .asta-navWrap {
        display: flex;
        overflow-y: inherit
    }

    .asta-nav {
        width: 100%;
        height: 100vh;
        padding: 110px 50px 30px 70px;
        overflow-y: auto;
        height: 90vh
    }

    .asta-nav__main {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 90vh
    }

    .asta-nav__item {
        padding: 15px
    }

    .asta-header__btnWrap {
        padding: 15px 20px 20px 16px
    }

    .asta-navCon {
        padding: 0
    }
}

@media(min-width:992px) {
    .asta-header__btnWrap .btn {
        margin: 30px 20px 10px 0;
        width: auto
    }

    .asta-nav__main {
        max-height: 85vh
    }
}

@media(min-width:1200px) {
    .asta-header__wrap {
        padding: 25px 15px 20px
    }

    .asta-header__menuToggle {
        width: 50px;
        height: 50px
    }

        .asta-header__menuToggle span {
            width: 30px;
            height: 30px
        }

            .asta-header__menuToggle span:before {
                margin-top: -5px
            }

            .asta-header__menuToggle span:after {
                margin-top: 5px
            }

    .asta-header__langCon {
        display: block
    }

    .asta-header__logo {
        max-width: 157px;
        top: 25px
    }

    .asta-header__btnCon {
        top: inherit;
        right: 15px
    }

    .asta-header__btnWrap {
        display: flex;
        padding: 0
    }

        .asta-header__btnWrap .btn {
            min-width: 116px;
            margin: 0 5px;
            font-weight: 600;
            font-size: 1.3rem;
            transition: none;
            padding: 14px 12px 15px;
            border-color: #fff;
            color: #fff
        }

            .asta-header__btnWrap .btn:focus {
                color: #fff
            }

    .asta-header__searchIcon {
        display: none
    }

    .asta-header__searchCon {
        width: 100%;
        border-color: #fff;
        transition: none;
        height: 44px
    }

        .asta-header__searchCon input {
            padding: 5px 30px 5px 15px;
            min-height: 42px
        }

    .asta-header__searchClose {
        display: none
    }

    .asta-header.light-header-always .asta-header__searchCon, .asta-header.light-header .asta-header__searchCon {
        border-color: #043552
    }

    .asta-header.light-header-always .asta-header__logo, .asta-header.light-header .asta-header__logo {
        top: 17px;
        max-width: 157px
    }

    .asta-navCon {
        background-size: 65%;
        transform: none;
        display: none
    }

        .asta-navCon.open {
            display: block
        }

    .asta-nav {
        width: 65%;
        margin: 110px 0 30px 0;
        padding: 0 50px 0 95px;
        height: 80vh
    }

    .asta-nav__main {
        max-height: 700px
    }

    .asta-nav__item {
        max-width: 350px
    }

        .asta-nav__item > a {
            font-size: 2.5rem
        }

    .asta-nav__subNav li {
        padding: 0
    }

        .asta-nav__subNav li a {
            font-size: 1.3rem
        }

    .asta-nav__imageCon {
        display: block;
        width: 35%;
        height: 100vh;
        background-position: 50%;
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .asta-nav__imageCon:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: rgba(0,0,0,.6)
        }
}

.asta-heroBanner {
    position: relative;
    overflow: hidden
}

    .asta-heroBanner figure {
        margin: 0
    }

    .asta-heroBanner img {
        width: 100%
    }

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .asta-heroBanner img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        max-height: 900px
    }
}

.asta-heroBanner__content {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    color: #fff
}

.asta-heroBanner__subTitle {
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .85rem;
    padding-bottom: 10px
}

.asta-heroBanner__title {
    text-transform: uppercase;
    letter-spacing: .4rem
}

.hero-emailList-anchor {
    position: absolute;
    width: 217px;
    height: 70px;
    top: 30%;
    left: calc(100% - 5px);
    transform-origin: 0 0;
    transform: rotate(90deg) translateX(-50%) translateZ(0)
}

    .hero-emailList-anchor, .hero-emailList-anchor a {
        -webkit-font-smoothing: antialiased;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

        .hero-emailList-anchor a {
            padding: 8px 20px;
            background: #fff;
            font-family: acumin-pro-condensed,sans-serif;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: .1rem;
            text-decoration: none
        }

@media(min-width:768px) {
    .hero-emailList-anchor {
        top: 50%
    }

    @supports((-o-object-fit:cover) or (object-fit:cover)) {
        .asta-heroBanner img {
            -o-object-position: center;
            object-position: center;
            max-height: 850px
        }
    }
}

@media(min-width:992px) {
    .asta-heroBanner__content {
        bottom: inherit;
        top: 150px
    }
}

@media(min-width:1200px) {
    .asta-heroBanner .hero-emailList-anchor {
        left: calc(100% - 8px)
    }

        .asta-heroBanner .hero-emailList-anchor a {
            padding: 10px 20px
        }

    .asta-heroBanner__subTitle {
        font-size: 2rem
    }

    .asta-heroBanner__content {
        top: 240px
    }

    .asta-heroBanner__desc {
        padding-right: 50px
    }
}

.asta-about__imgCon {
    position: relative
}

    .asta-about__imgCon:after {
        clear: both;
        content: "";
        display: block
    }

.asta-about__letterIcon {
    position: absolute;
    z-index: 2;
    max-width: 323px;
    left: 0;
    bottom: -20%;
    width: 47%
}

.asta-about__content {
    max-width: 525px;
    padding-top: 80px
}

@media(min-width:768px) {
    .asta-about__content {
        padding: 0
    }
}

@media(min-width:992px) {
    .asta-about__imgCon {
        padding-right: 20px
    }

    .asta-about__row {
        align-items: center
    }

    .asta-about__mainImg {
        display: block;
        max-width: 490px;
        width: 100%;
        float: right;
        position: relative;
        z-index: 2
    }

    .asta-about__letterIcon {
        top: 50%;
        bottom: inherit;
        width: 40%
    }
}

@media(min-width:1200px) {
    .asta-about.section-gap {
        padding-bottom: 150px
    }

    .asta-about__mainImg {
        max-width: 620px
    }

    .asta-about__imgCon {
        padding-right: 30px
    }

    .asta-about__letterIcon {
        width: 44%
    }
}

.asta-upcomingEvents {
    position: relative
}

    .asta-upcomingEvents:after {
        content: "";
        clear: both;
        display: block
    }

    .asta-upcomingEvents.section-gap {
        padding-bottom: 20px
    }

.asta-upcomingEvents__btnCon {
    width: 100%;
    padding: 30px 30px 0
}

@media(min-width:768px) {
    .asta-upcomingEvents.section-gap {
        padding-bottom: 50px
    }
}

.event-list {
    padding: 0 0 15px
}

    .event-list .sfeventMetaInfo, .event-list .sfmetainfo {
        display: flex;
        flex-wrap: wrap
    }

        .event-list .sfeventMetaInfo strong, .event-list .sfmetainfo strong {
            padding: 0 5px
        }

.asta-sliderRight {
    position: relative
}

    .asta-sliderRight .section-title__letter {
        min-height: 180px
    }

@supports(-webkit-touch-callout:none) {
    .asta-sliderRight .section-title__letter {
        padding-bottom: 25px
    }
}

.asta-sliderRight .section-title__image {
    shape-outside: inset(calc(80% - 90px) 0 0);
    max-width: 100px
}

    .asta-sliderRight .section-title__image img {
        margin-bottom: -15px
    }

@supports(-webkit-touch-callout:none) {
    .asta-sliderRight .section-title__image img {
        padding-bottom: 10px
    }
}

.asta-sliderRight__contentWrapper {
    position: relative;
    z-index: 2
}

.asta-sliderRight__slider {
    position: relative
}

    .asta-sliderRight__slider .slick-dots {
        bottom: 40px
    }

        .asta-sliderRight__slider .slick-dots li button:before {
            background: none;
            border-color: #fff
        }

        .asta-sliderRight__slider .slick-dots li.slick-active button:before {
            background: #fff;
            opacity: 1
        }

.asta-sliderRight__item {
    position: relative;
    padding-bottom: 240px;
    background: #000
}

    .asta-sliderRight__item figure {
        position: relative
    }

        .asta-sliderRight__item figure:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(180deg,transparent 0,transparent 40%,#000 98%,rgba(0,0,0,.65) 99%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)
        }

    .asta-sliderRight__item img {
        width: 100%
    }

.asta-sliderRight__logo {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 140px
}

.asta-sliderRight__itemCon {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 60px;
    color: #fff;
    z-index: 1
}

    .asta-sliderRight__itemCon h4 {
        text-transform: uppercase
    }

        .asta-sliderRight__itemCon h4 a {
            text-decoration: none;
            color: #fff
        }

.asta-sliderRight__sliderWrap .container1440 {
    padding-left: 0;
    padding-right: 0
}

.asta-sliderRight__sliderWrap .row {
    margin: 0
}

.asta-sliderRight__sliderWrap [class*=col-] {
    padding: 0
}

.asta-sliderRight__price {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffa733;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 11px 30px 20px;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1
}

    .asta-sliderRight__price span {
        display: block;
        font-size: 1.2rem;
        font-weight: 400
    }

@media(min-width:768px) {
    .asta-sliderRight .section-title__letter {
        min-height: inherit
    }

    .asta-sliderRight .section-title__image {
        shape-outside: inset(calc(80% - 130px) 0 0);
        max-width: 120px
    }

    .asta-sliderRight__item {
        padding-bottom: 0;
        background: none
    }

        .asta-sliderRight__item:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(180deg,transparent 0,transparent 40%,rgba(0,0,0,.85) 98%,rgba(0,0,0,.65) 99%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)
        }

        .asta-sliderRight__item figure:after {
            display: none
        }

    .asta-sliderRight__itemCon {
        bottom: 50px
    }

        .asta-sliderRight__itemCon .btn {
            position: absolute;
            bottom: 0;
            right: 0
        }

    .asta-sliderRight__desc {
        max-width: 66%
    }
}

@media(min-width:992px) {
    .asta-sliderRight__contentWrapper {
        min-height: 500px
    }

    .asta-sliderRight .section-title__image {
        float: none;
        shape-outside: inherit;
        max-width: 175px;
        display: inherit;
        height: auto;
        padding-top: 20px
    }

    .asta-sliderRight .section-title__letter {
        max-width: inherit
    }

    .asta-sliderRight .section-title__image {
        position: relative;
        right: inherit
    }

    .asta-sliderRight__sliderWrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 80px
    }

        .asta-sliderRight__sliderWrap .container1440 {
            padding-right: 0
        }

    .asta-sliderRight__sliderCon {
        max-width: 965px;
        width: 70%;
        padding-left: 50px;
        float: right
    }
}

@media(min-width:1200px) {
    .asta-sliderRight__contentWrapper {
        padding-top: 85px;
        min-height: 740px
    }

    .asta-sliderRight .section-title__image {
        max-width: 380px;
        padding-top: 40px
    }

    .asta-sliderRight__sliderCon {
        padding-left: 0;
        padding-top: 20px
    }

    .asta-sliderRight__logo {
        left: 60px;
        top: 55px
    }

    .asta-sliderRight__itemCon {
        left: 64px;
        right: 60px
    }
}

.asta-partners__item {
    padding: 30px 15px 15px;
    text-align: center
}

.asta-partners__level {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px
}

.asta-partners__btnCon {
    text-align: right
}

.asta-slider__compact {
    padding: 30px 50px
}

@media(min-width:768px) {
    .asta-partners__btnCon .btn:last-child {
        margin-right: 65px;
        margin-left: 20px
    }
}

.asta-travelDeals {
    position: relative
}

    .asta-travelDeals .section-gradient:before {
        height: 60%
    }

.asta-travelDeals__slider {
    padding: 20px 0
}

.asta-advisors {
    position: relative
}

    .asta-advisors:after {
        content: "";
        clear: both;
        display: block
    }

    .asta-advisors .section-title__image {
        text-align: center;
        padding-top: 10px;
        max-width: 250px;
        margin: auto;
        float: left
    }

.asta-advisors__slider {
    padding: 40px 0 26px;
    margin: 0 -7px
}

    .asta-advisors__slider li {
        padding: 0 7px
    }

.asta-advisors__card {
    height: 100%
}

.asta-advisors__desc {
    padding: 30px;
    color: #fff
}

    .asta-advisors__desc p {
        padding: 0
    }

.asta-advisors__name {
    font-weight: 700;
    font-size: 1.6rem;
    padding-bottom: 5px
}

    .asta-advisors__name span {
        display: block
    }

@media(min-width:768px) {
    .asta-advisors.section-gradient:before {
        height: 55%
    }

    .asta-advisors .section-title__image {
        padding-top: 0;
        position: absolute;
        top: -5px;
        right: 0;
        max-height: 80px;
        overflow: hidden
    }

    .asta-advisors__desc {
        padding: 20px 25px 22px
    }
}

@media(min-width:992px) {
    .asta-advisors__slider.slick-dotted {
        margin-bottom: 0
    }
}

.asta-advertisement__item {
    padding: 13px 0
}

    .asta-advertisement__item img {
        width: 100%
    }

.asta-advertisement [class*=col-]:last-child .asta-advertisement__item {
    padding-bottom: 0
}

@media(min-width:992px) {
    .asta-advertisement__item {
        padding: 25px 0
    }
}

.asta-joel {
    color: #fff
}

.asta-joel__row {
    padding-bottom: 25px
}

.asta-joel h2 {
    padding: 0;
    text-transform: uppercase
}

.asta-joel__formCon {
    padding: 25px 0 35px
}

.asta-joel__form-item {
    padding: 0 0 20px;
    width: 100%
}

    .asta-joel__form-item input, .asta-joel__form-item select {
        width: 100%;
        border: 1px solid #fff;
        background: none;
        height: 45px;
        padding: 5px 15px;
        color: #fff;
        font-family: acumin-pro-condensed,sans-serif;
        font-weight: 600
    }

    .asta-joel__form-item select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-transform: uppercase
    }

        .asta-joel__form-item select:focus {
            outline: none
        }

        .asta-joel__form-item select option {
            color: #043552;
            text-transform: none
        }

    .asta-joel__form-item ::-moz-placeholder {
        color: #fff;
        opacity: 1;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-joel__form-item :-ms-input-placeholder {
        opacity: 1
    }

    .asta-joel__form-item ::placeholder {
        color: #fff;
        opacity: 1;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-joel__form-item :-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-joel__form-item ::-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-joel__form-item.sf-fieldWrp {
        margin-bottom: 0
    }

        .asta-joel__form-item.sf-fieldWrp label {
            display: none
        }

        .asta-joel__form-item.sf-fieldWrp input[type=email], .asta-joel__form-item.sf-fieldWrp select {
            width: 100%;
            border: 1px solid #fff;
            background: none;
            height: 45px;
            padding: 5px 15px;
            color: #fff;
            font-family: acumin-pro-condensed,sans-serif;
            font-weight: 600
        }

        .asta-joel__form-item.sf-fieldWrp select {
            -webkit-appearance: auto;
            -moz-appearance: auto;
            appearance: auto;
            text-transform: uppercase
        }

            .asta-joel__form-item.sf-fieldWrp select:focus {
                outline: none
            }

            .asta-joel__form-item.sf-fieldWrp select option {
                color: #043552;
                text-transform: none
            }

        .asta-joel__form-item.sf-fieldWrp ::-moz-placeholder {
            color: #fff;
            opacity: 1;
            text-transform: uppercase;
            letter-spacing: .1rem
        }

        .asta-joel__form-item.sf-fieldWrp :-ms-input-placeholder {
            opacity: 1
        }

        .asta-joel__form-item.sf-fieldWrp ::placeholder {
            color: #fff;
            opacity: 1;
            text-transform: uppercase;
            letter-spacing: .1rem
        }

        .asta-joel__form-item.sf-fieldWrp :-ms-input-placeholder {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .1rem
        }

        .asta-joel__form-item.sf-fieldWrp ::-ms-input-placeholder {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .1rem
        }

.asta-joel .sf-fieldWrp button {
    color: #fff;
    margin: auto 20px auto auto
}

    .asta-joel .sf-fieldWrp button:before {
        color: #fff
    }

.asta-joel__select {
    position: relative
}

    .asta-joel__select:after {
        font-family: Material Icons;
        content: "";
        font-size: 3rem;
        line-height: 0;
        position: absolute;
        z-index: 1;
        right: 35px;
        top: 50%;
        height: 0;
        width: 0;
        pointer-events: none;
        -webkit-text-stroke: 1px #00abbe
    }

.asta-joel .btn {
    margin: auto 20px auto auto
}

@media(min-width:768px) {
    .asta-joel__row {
        padding-bottom: 30px
    }

    .asta-joel__formCon {
        display: flex;
        flex-grow: 1;
        align-items: center;
        padding: 25px 0 60px
    }

    .asta-joel__form-item {
        padding: 0 10px;
        width: 40%
    }

        .asta-joel__form-item:first-child {
            width: 60%;
            padding-left: 0
        }

        .asta-joel__form-item:last-child {
            padding-right: 0
        }
}

@media(min-width:992px) {
    .asta-joel__row {
        display: flex;
        align-items: flex-start;
        padding-bottom: 0
    }

    .asta-joel h2 {
        padding: 5px 0 15px
    }

    .asta-joel__formCon {
        padding: 0 30px
    }

    .asta-joel__form-item ::-moz-placeholder {
        font-size: 1.35rem
    }

    .asta-joel__form-item ::placeholder {
        font-size: 1.35rem
    }

    .asta-joel__form-item :-ms-input-placeholder {
        font-size: 1.35rem
    }

    .asta-joel__form-item ::-ms-input-placeholder {
        font-size: 1.35rem
    }

    .asta-joel__form-item.sf-fieldWrp select {
        font-size: 1.35rem
    }

    .asta-joel__form-item select {
        font-size: 1.35rem;
        letter-spacing: .1rem
    }

        .asta-joel__form-item select option {
            font-size: medium
        }

    .asta-joel .sf-fieldWrp button {
        margin: 10px 20px auto auto
    }

    .asta-joel .sf-fieldWrp p {
        padding-bottom: 0
    }
}

.asta-footer {
    color: #fff;
    background-color: #043552
}

    .asta-footer.section-gap {
        padding-top: 70px
    }

    .asta-footer h5 {
        text-transform: uppercase;
        letter-spacing: .25rem;
        padding-bottom: 15px;
        line-height: 1.25
    }

    .asta-footer p {
        padding-bottom: 0
    }

    .asta-footer .btn {
        padding: 14px 25px 15px;
        width: 100%
    }

.asta-footer__links {
    padding: 0 0 12px
}

    .asta-footer__links li {
        display: inline-block;
        padding: 0 10px;
        font-size: 1.2rem;
        position: relative
    }

        .asta-footer__links li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 12px;
            transform: translateY(-50%);
            background-color: hsla(0,0%,100%,.7)
        }

        .asta-footer__links li:first-child {
            padding-left: 0
        }

        .asta-footer__links li:last-child:after {
            display: none
        }

        .asta-footer__links li a {
            color: #fff;
            text-decoration: underline;
            -webkit-text-decoration-color: hsla(0,0%,100%,.5);
            text-decoration-color: hsla(0,0%,100%,.5)
        }

.asta-footer__copyRights {
    font-size: 1.2rem
}

.asta__socialLinks {
    padding: 40px 0 15px
}

    .asta__socialLinks li {
        display: inline-block;
        padding-right: 12px
    }

        .asta__socialLinks li a {
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 46px;
            height: 46px;
            color: #043552
        }

            .asta__socialLinks li a i.fa {
                font-size: 2.9rem
            }

@media(min-width:768px) {
    .asta-footer .btn {
        width: auto;
        font-size: 1.35rem
    }

    .asta__socialLinks {
        padding: 0 0 25px
    }
}

@media(min-width:1200px) {
    .asta__socialLinks li {
        padding-right: 16px
    }
}

.asta-heroInner {
    position: relative;
    overflow: hidden
}

    .asta-heroInner figure {
        margin: 0
    }

    .asta-heroInner img {
        width: 100%
    }

@supports((-o-object-fit:cover) or (object-fit:cover)) {
    .asta-heroInner img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        max-height: 900px
    }
}

.asta-heroInner__content {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    color: #fff
}

.asta-heroInner__subTitle {
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .85rem;
    padding-bottom: 10px
}

.asta-heroInner__title {
    text-transform: uppercase;
    letter-spacing: .4rem
}

    .asta-heroInner__title span {
        display: block
    }

@media(min-width:768px) {
    @supports((-o-object-fit:cover) or (object-fit:cover)) {
        .asta-heroInner img {
            -o-object-position: top;
            object-position: top;
            max-height: 650px
        }
    }

    .asta-heroInner__content {
        top: 50%;
        bottom: inherit;
        transform: translateY(-30%)
    }
}

@media(min-width:1200px) {
    .asta-heroInner__title {
        font-size: 6rem;
        line-height: 1
    }

    .asta-heroInner__subTitle {
        font-size: 2rem
    }

    .asta-heroInner__desc {
        padding-right: 50px
    }
}

.asta-introText .section-title__image {
    max-width: 120px
}

.asta-introText .btn {
    margin-bottom: 20px;
    text-decoration: none
}

.asta-introText p a {
    text-decoration: underline
}

    .asta-introText p a:hover {
        text-decoration: none
    }

@media(min-width:768px) {
    .asta-introText .section-title__image {
        align-items: flex-start
    }
}

@media(min-width:992px) {
    .asta-introText .section-title__letter {
        max-width: calc(100% - 180px)
    }

    .asta-introText .section-title__image {
        position: absolute;
        top: -85px;
        right: 0;
        display: inherit;
        max-width: 220px;
        z-index: 2
    }
}

@media(min-width:992px) {
    .asta-introText .section-title__letter {
        max-width: calc(100% - 240px)
    }
}

@media(min-width:1200px) {
    .asta-introText.section-gap {
        padding-top: 85px
    }

    .asta-introText .section-title__letter {
        max-width: calc(100% - 320px)
    }

    .asta-introText .section-title__image {
        max-width: 310px;
        top: -145px
    }
}

.asta-membershipTypes {
    position: relative
}

    .asta-membershipTypes.section-gap {
        padding-bottom: 20px
    }

@media(min-width:1200px) {
    .asta-membershipTypes.section-gap {
        padding-bottom: 30px
    }
}

.asta-membershipBenefits__card {
    text-align: center;
    max-width: 200px;
    padding: 10px 0;
    margin: auto
}

    .asta-membershipBenefits__card img {
        max-width: 57px;
        margin-bottom: 15px
    }

.asta-testimonial {
    position: relative
}

.asta-testimonial__contentWrapper {
    position: relative;
    z-index: 2
}

.asta-testimonial__slider {
    position: relative;
    padding: 0 0 0
}

    .asta-testimonial__slider .slick-list {
        padding-top: 55px;
        padding-bottom: 25px
    }

.asta-testimonial__slider-item {
    position: relative;
    padding: 80px 50px 50px;
    color: #fff
}

.asta-testimonial__reviewerImg {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 6px #f0f0f0;
    position: absolute;
    top: -45px
}

    .asta-testimonial__reviewerImg img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.asta-testimonial__slider-desc {
    padding: 100px 0 90px;
    position: relative;
    height: 100%
}

    .asta-testimonial__slider-desc:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 110px;
        height: 100%;
        mix-blend-mode: multiply;
        background-repeat: no-repeat;
        background-size: contain
    }

.asta-testimonial__name {
    position: absolute;
    left: 0;
    bottom: 0
}

    .asta-testimonial__name strong {
        display: block
    }

@media(min-width:768px) {
    .asta-testimonial.section-gap {
        padding-top: 65px
    }

    .asta-testimonial__slider .slick-list {
        padding-top: 75px
    }

    .asta-testimonial__slider-item {
        padding: 110px 50px 50px;
        margin: 0 10px
    }

    .asta-testimonial__slider-desc {
        padding: 135px 0 110px
    }
}

@media(min-width:1200px) {
    .asta-testimonial__contentWrapper {
        padding: 35px 0
    }

    .asta-testimonial__reviewerImg {
        width: 117px;
        height: 117px;
        top: -58px
    }
}

.asta-chaptersIntro.bg-cyan, .asta-chaptersIntro.bg-cyan .btn, .asta-chaptersIntro.bg-cyan .btn--circle:before, .asta-chaptersIntro.bg-cyan .btn--circleWhite:before, .asta-chaptersIntro.bg-darkBlue, .asta-chaptersIntro.bg-darkBlue .btn, .asta-chaptersIntro.bg-darkBlue .btn--circle:before, .asta-chaptersIntro.bg-darkBlue .btn--circleWhite:before, .asta-chaptersIntro.bg-maroon, .asta-chaptersIntro.bg-maroon .btn, .asta-chaptersIntro.bg-maroon .btn--circle:before, .asta-chaptersIntro.bg-maroon .btn--circleWhite:before, .asta-chaptersIntro.bg-orange, .asta-chaptersIntro.bg-orange .btn, .asta-chaptersIntro.bg-orange .btn--circle:before, .asta-chaptersIntro.bg-orange .btn--circleWhite:before {
    color: #fff
}

.asta-chapters {
    display: none
}

    .asta-chapters.section-gap {
        padding-top: 0
    }

.asta-chapters__container {
    margin-bottom: 20px
}

.asta-chapters__content {
    padding: 45px 37px;
    color: #fff;
    height: 100%
}

.asta-chapters__title {
    font-size: 3.5rem;
    font-family: Gotham,sans-serif;
    font-weight: 700
}

.asta-chapters__listWrapper {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
    height: 100%
}

    .asta-chapters__listWrapper:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.73);
        z-index: -1
    }

.asta-chapters__listContainer {
    padding: 50px 37px
}

.asta-chapters__list {
    margin-bottom: 30px
}

.asta-chapters__member {
    padding: 10px 0
}

.asta-chapters__memberImage {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 25px
}

    .asta-chapters__memberImage img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }

.asta-chapters__memberEmail a {
    color: #fff;
    word-break: break-all;
    text-decoration: none
}

.asta-chapters__position {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding: 0 0 10px
}

.asta-chapters__notLogged {
    font-weight: 700;
    padding: 15px 0 10px;
    display: none
}

    .asta-chapters__notLogged a {
        color: #fff
    }

        .asta-chapters__notLogged a, .asta-chapters__notLogged a:hover {
            text-decoration: underline;
            -webkit-text-decoration-color: hsla(0,0%,100%,.5);
            text-decoration-color: hsla(0,0%,100%,.5)
        }

.asta-map {
    z-index: 2
}

#map text {
    font-weight: 300 !important;
    font-size: 1.6rem !important;
    font-family: Gotham,sans-serif !important
}

#map .sm_label_AK, #map .sm_label_PR, #map .sm_label_VI {
    fill: #6c6c6c
}

#map .tt_mobile_sm {
    display: none
}

#map_zoom {
    transform: scale(.65);
    top: inherit !important;
    bottom: 20px
}

#map_access {
    display: none !important
}

@media(min-width:768px) {
    .asta-chapters__title {
        font-size: 4rem
    }

    .asta-chapters__member {
        display: flex;
        align-items: center;
        padding: 20px 0
    }

    .asta-chapters__memberImage {
        margin-bottom: 0;
        margin-right: 30px
    }

    #map_zoom {
        transform: scale(.85)
    }
}

@media(min-width:992px) {
    .asta-chapters__listContainer {
        padding: 50px 37px
    }

    .asta-chapters__memberImage {
        min-width: 80px
    }
}

@media(min-width:1200px) {
    .asta-chapters__listContainer {
        padding: 50px 65px
    }

    .asta-chapters.section-gap {
        padding-top: 120px;
        margin-top: -120px
    }

    #map_zoom {
        bottom: inherit;
        top: 50px !important
    }
}

.asta-regions__row {
    padding-top: 25px
}

.asta-regions__card {
    color: #fff;
    text-align: center;
    background: #c4c4c4;
    padding: 30px 13px 140px;
    height: 100%;
    position: relative
}

.asta-regions__card--notLogged {
    padding: 30px 13px 30px
}

.asta-regions__card p span {
    display: block
}

.asta-regions__statesTitle {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25rem
}

.asta-regions__statesList ul {
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0 10px
}

    .asta-regions__statesList ul li {
        display: inline-flex;
        padding: 0 3px;
        position: relative;
        font-size: 1.4rem;
        line-height: 1.25
    }

        .asta-regions__statesList ul li:after {
            content: ","
        }

        .asta-regions__statesList ul li:last-child:after {
            display: none
        }

.asta-regions__memberImage {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin: 15px auto 15px
}

    .asta-regions__memberImage img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }

.asta-regions__position {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding-bottom: 10px
}

.asta-regions__memberDesc {
    line-height: 1.55;
    padding: 10px 0
}

.asta-regions__memberEmail {
    word-break: break-all
}

.asta-regions__btnCon {
    position: absolute;
    bottom: 15px;
    left: 13px;
    right: 13px;
    display: flex;
    justify-content: center
}

.asta-regions [class*=col-] {
    margin-bottom: 15px
}

    .asta-regions [class*=col-]:first-child .asta-regions__card {
        background-color: #161616
    }

    .asta-regions [class*=col-]:nth-child(2) .asta-regions__card {
        background-color: #363636
    }

    .asta-regions [class*=col-]:nth-child(3) .asta-regions__card {
        background-color: #4f4f4f
    }

    .asta-regions [class*=col-]:nth-child(4) .asta-regions__card {
        background-color: #7f7f7f
    }

    .asta-regions [class*=col-]:nth-child(5) .asta-regions__card {
        background-color: #9e9e9e
    }

    .asta-regions [class*=col-]:last-child .asta-regions__card {
        background-color: #bfbdbe
    }

.asta-regions__notLogged {
    font-weight: 700;
    padding: 5px 0 10px;
    display: none
}

    .asta-regions__notLogged a {
        color: #fff
    }

        .asta-regions__notLogged a, .asta-regions__notLogged a:hover {
            text-decoration: underline;
            -webkit-text-decoration-color: hsla(0,0%,100%,.5);
            text-decoration-color: hsla(0,0%,100%,.5)
        }

@media(min-width:768px) {
    .asta-regions__statesList {
        min-height: 50px
    }

    .asta-regions [class*=col-] {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) {
    .asta-regions__statesList {
        min-height: 72px
    }

    .asta-regions__memberImage {
        margin: 10px auto 10px
    }

    .asta-regions [class*=col-] {
        margin-bottom: 20px
    }
}

.asta-searchNsort__title {
    text-transform: uppercase;
    font-size: 3.6rem;
    padding-bottom: 25px
}

.asta-searchNsort__search {
    position: relative;
    border: 1px solid #043552;
    display: inline-flex;
    padding: 5px 15px;
    width: 100%;
    min-height: 44px;
    margin-bottom: 10px
}

.asta-searchNsort__inputSearch {
    padding: 0 20px 2px 0;
    border: none;
    outline: none;
    width: 100%;
    font-size: 1.6rem;
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 600;
    letter-spacing: .05rem
}

.asta-searchNsort ::-moz-placeholder {
    color: #043552;
    text-transform: uppercase;
    opacity: 1;
    font-size: 1.2rem
}

.asta-searchNsort :-ms-input-placeholder {
    color: #043552;
    text-transform: uppercase;
    font-size: 1.2rem
}

.asta-searchNsort ::placeholder {
    color: #043552;
    text-transform: uppercase;
    font-size: 1.2rem
}

.asta-searchNsort__inputSearchButton {
    border: none;
    outline: none;
    background: none;
    max-width: 20px;
    position: absolute;
    right: 15px;
    top: 8px
}

.asta-searchNsort__sort {
    position: relative;
    width: 100%
}

.asta-searchNsort__sortBy {
    position: relative;
    font-size: 1.6rem;
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 400;
    letter-spacing: .35rem;
    text-transform: uppercase;
    padding-bottom: 10px
}

.asta-searchNsort__selectDropdown-con {
    position: relative;
    width: 100%
}

    .asta-searchNsort__selectDropdown-con:after {
        font-family: Material Icons;
        content: "";
        font-size: 3rem;
        line-height: 0;
        position: absolute;
        z-index: 1;
        right: 35px;
        top: 50%;
        height: 0;
        width: 0;
        pointer-events: none;
        -webkit-text-stroke: 1px #fff
    }

.asta-searchNsort__selectDropdown {
    color: #043552;
    border: 1px solid #043552;
    padding: 7px 25px 7px 13px;
    outline: none;
    width: 100%;
    background: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    border-radius: 0;
    font-size: 1.2rem;
    font-family: acumin-pro-condensed,sans-serif;
    font-weight: 600;
    letter-spacing: .05rem;
    min-height: 44px;
    text-transform: uppercase
}

    .asta-searchNsort__selectDropdown option {
        font-size: 1.6rem;
        text-transform: none
    }

.asta-filterBy {
    padding: 40px 25px;
    background: hsla(0,0%,93.3%,.6);
    mix-blend-mode: multiply;
    max-width: 380px;
    margin-bottom: 40px
}

.asta-filterBy__title {
    font-weight: 300;
    font-size: 1.6rem;
    font-family: acumin-pro-condensed,sans-serif;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .45rem
}

.asta-filterBy__card {
    padding: 5px 0
}

    .asta-filterBy__card ul {
        padding-top: 20px
    }

        .asta-filterBy__card ul li label {
            margin-bottom: 10px
        }

            .asta-filterBy__card ul li label span {
                padding-left: 5px
            }

.asta-filterBy__card-header {
    transition: all .5s ease-in-out;
    text-transform: uppercase
}

    .asta-filterBy__card-header a {
        font-weight: 700;
        font-size: 2.2rem;
        font-family: acumin-pro-condensed,sans-serif;
        display: block;
        position: relative;
        transition: all .5s ease-in-out;
        text-decoration: none
    }

        .asta-filterBy__card-header a:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            font-size: 3rem;
            line-height: 1;
            transition: all .5s ease-in-out;
            transform: translateY(-50%);
            font-weight: 400;
            font-family: Material Icons;
            -webkit-text-stroke: 1px #fff;
            color: #043552
        }

    .asta-filterBy__card-header.active a:before {
        content: ""
    }

.asta-filterBy__card-body {
    display: none
}

.asta-filterBy__year {
    padding: 5px 0
}

.asta-filterBy__yearHeader {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
    font-family: acumin-pro-condensed,sans-serif;
    display: block;
    position: relative;
    transition: all .5s ease-in-out;
    padding-bottom: 15px
}

.asta-searchResults {
    padding-top: 15px
}

.asta-searchResults__item {
    margin-bottom: 45px
}

.asta-searchResults__title {
    font-size: 2rem;
    font-weight: 700;
    font-family: Gotham,sans-serif
}

.asta-searchResults__count {
    padding-bottom: 20px
}

    .asta-searchResults__count .asta-pagination ul {
        display: none
    }

    .asta-searchResults__count .asta-pagination__count {
        text-align: left;
        padding-top: 0
    }

.asta-searchResults__itemDate {
    font-weight: 700
}

.asta-pagination ul, .asta-pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center
}

    .asta-pagination ul li {
        margin: 0 4px;
        border: 1.5px solid #043552;
        border-radius: 100%;
        width: 36px;
        height: 36px;
        overflow: hidden
    }

        .asta-pagination ul li:first-child.active {
            background: none
        }

            .asta-pagination ul li:first-child.active span.current.prev {
                color: #043552;
                opacity: .25;
                font-weight: 700
            }

        .asta-pagination ul li:first-child span span {
            max-width: 20px;
            overflow: hidden;
            margin-left: 20px
        }

        .asta-pagination ul li:last-child.active {
            background: none
        }

            .asta-pagination ul li:last-child.active span.current.next {
                color: #043552;
                opacity: .25;
                font-weight: 700
            }

        .asta-pagination ul li:last-child span span {
            max-width: 20px;
            overflow: hidden
        }

        .asta-pagination ul li:first-child, .asta-pagination ul li:last-child {
            border: none
        }

            .asta-pagination ul li:first-child a, .asta-pagination ul li:last-child a {
                display: block
            }

                .asta-pagination ul li:first-child a span, .asta-pagination ul li:last-child a span {
                    max-width: 20px;
                    overflow: hidden;
                    margin-left: 10px
                }

            .asta-pagination ul li:last-child a {
                text-decoration: none
            }

                .asta-pagination ul li:last-child a span {
                    margin-left: 0
                }

        .asta-pagination ul li.active {
            background-color: #043552
        }

            .asta-pagination ul li.active > span {
                color: #fff;
                font-family: Gotham,sans-serif;
                font-size: 1.6rem
            }

            .asta-pagination ul li.active a {
                color: #fff
            }

        .asta-pagination ul li.disabled {
            cursor: none;
            pointer-events: none
        }

            .asta-pagination ul li.disabled a {
                opacity: .25;
                cursor: default
            }

            .asta-pagination ul li.disabled span {
                color: #043552;
                font-size: 2rem;
                font-family: Gotham,sans-serif;
                font-weight: 700
            }

        .asta-pagination ul li a {
            font-weight: 700;
            display: flex;
            width: 38px;
            align-items: center;
            justify-content: center;
            height: 38px;
            line-height: 1;
            color: #043552;
            margin-left: 0;
            border: none;
            padding: 0;
            text-decoration: none
        }

            .asta-pagination ul li a:hover {
                background: #fff
            }

        .asta-pagination ul li span {
            font-family: Material Icons;
            font-size: 4rem;
            -webkit-text-stroke: 1px #fff
        }

        .asta-pagination ul li.next {
            cursor: pointer
        }

.asta-pagination__count {
    padding-top: 20px
}

.asta-memberFilters, .asta-selectedFilters {
    padding-bottom: 15px
}

.asta-memberFilters__itemList, .asta-selectedFilters__itemList {
    width: 100%
}

    .asta-memberFilters__itemList li, .asta-selectedFilters__itemList li {
        background: #043552;
        display: inline-block;
        padding: 10px 60px 10px 18px;
        font-size: 1.4rem;
        margin: 0 10px 10px 0;
        position: relative;
        color: #fff
    }

        .asta-memberFilters__itemList li a, .asta-selectedFilters__itemList li a {
            padding-left: 10px;
            position: absolute;
            right: 15px;
            top: 10px;
            color: #fff;
            text-decoration: none
        }

        .asta-memberFilters__itemList li i, .asta-selectedFilters__itemList li i {
            font-size: 1rem;
            font-family: Material Icons;
            font-style: normal;
            border: 1px solid #fff;
            border-radius: 100%;
            padding: 2px
        }

        .asta-memberFilters__itemList li.asta-selectedFilters__clearFilters, .asta-selectedFilters__itemList li.asta-selectedFilters__clearFilters {
            padding: 0 0 0 10px;
            background: none;
            cursor: pointer;
            color: #043552
        }

@media(min-width:768px) {
    .asta-searchNsort__title {
        padding-bottom: 50px;
        font-size: 4rem
    }

    .asta-searchNsort__search {
        width: 50%;
        margin-right: 5px;
        margin-bottom: 0
    }

    .asta-searchNsort__sort {
        width: 50%;
        padding-left: 5px
    }

    .asta-searchNsort__sortBy {
        position: absolute;
        top: -30px
    }
}

@media(min-width:992px) {
    .asta-searchNsort__title {
        padding-bottom: 0
    }
}

@media(min-width:1200px) {
    .asta-filterBy {
        padding: 55px 35px;
        margin-bottom: 0
    }

    .asta-filterBy__card {
        padding: 15px 0
    }

    .asta-filterBy__card-header a {
        cursor: default;
        pointer-events: none
    }

        .asta-filterBy__card-header a:before {
            display: none
        }

    .asta-filterBy__card-body {
        display: block
    }

    .asta-filterBy__year {
        padding: 15px 0
    }
}

.asta-awards__slider {
    margin: 50px -20px 0 -20px
}

    .asta-awards__slider.slick-dotted {
        margin-bottom: 0
    }

.asta-awards__desc {
    padding: 85px 5px 40px;
    color: #fff
}

    .asta-awards__desc p {
        padding-bottom: 25px
    }

.asta-awards__listCon {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 0
}

    .asta-awards__listCon:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.78)
    }

.asta-awards__sliderItemCon {
    margin-left: 0;
    margin-right: 0;
    height: 100%
}

.asta-awards__list {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 65px 0;
    display: flex;
    flex-wrap: wrap
}

    .asta-awards__list li {
        width: 100%;
        padding: 8px 30px 8px 25px
    }

.asta-awards__listWrapper {
    display: flex;
    align-items: center
}

.asta-awards__listIcon {
    margin-right: 15px;
    max-width: 35px
}

    .asta-awards__listIcon span {
        font-family: Material Icons;
        font-size: 6rem
    }

.asta-awards__listTitle {
    font-weight: 700;
    padding-bottom: 5px
}

    .asta-awards__listTitle span {
        display: block
    }

.asta-awards__listDetails p {
    padding-bottom: 0
}

.asta-awards .slick-dots {
    bottom: inherit;
    top: 30px
}

    .asta-awards .slick-dots li {
        padding: 0 7px
    }

        .asta-awards .slick-dots li button:before {
            border-color: #fff
        }

        .asta-awards .slick-dots li.slick-active button:before {
            background: #fff
        }

@media(min-width:768px) {
    .asta-awards__list li {
        width: 50%
    }
}

@media(min-width:1200px) {
    .asta-awards__slider {
        margin: 40px -15px 0 -15px
    }

    .asta-awards__sliderItem .section-title {
        max-width: 400px;
        float: right;
        padding-right: 35px
    }

    .asta-awards__desc {
        padding: 70px 0 60px
    }

    .asta-awards__list {
        padding: 65px 50px
    }

        .asta-awards__list li {
            padding: 8px 25px
        }

    .asta-awards .slick-dots {
        top: inherit;
        bottom: -55px
    }

        .asta-awards .slick-dots li button:before {
            border-color: #043552
        }

        .asta-awards .slick-dots li.slick-active button:before {
            background: #043552
        }
}

@media(min-width:1366px) {
    .asta-awards__slider {
        margin-left: -64px;
        margin-right: -65px
    }
}

.asta-availableCourses {
    position: relative
}

.asta-availableCourses__title {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px
}

.asta-availableCourses__cardsCon {
    padding: 30px 0 0
}

.asta-availableCourses__cards {
    padding: 20px 0 10px
}

    .asta-availableCourses__cards li {
        padding-bottom: 15px
    }

    .asta-availableCourses__cards .card-pattern2__desc h3 {
        padding-bottom: 5px
    }

    .asta-availableCourses__cards .card-pattern2__desc p a {
        text-decoration: underline
    }

    .asta-availableCourses__cards .card-pattern2__desc p:last-child {
        padding-bottom: 0
    }

@media(min-width:1200px) {
    .asta-availableCourses__cards {
        padding: 20px 0 0
    }

        .asta-availableCourses__cards li {
            padding-bottom: 30px
        }
}

.asta-contentDetail .container {
    max-width: 1140px
}

.asta-contentDetail .section-title p {
    line-height: inherit;
    padding-bottom: 15px
}

.asta-contentDetail p {
    line-height: 2;
    padding-bottom: 25px
}

.asta-contentDetail__imageCon {
    padding: 5px 0 25px
}

    .asta-contentDetail__imageCon img {
        margin: 15px 0
    }

.asta-contentDetail ul li {
    position: relative;
    padding: 0 0 8px 15px
}

    .asta-contentDetail ul li:before {
        position: absolute;
        content: "";
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #043552;
        border-radius: 100px;
        overflow: hidden
    }

    .asta-contentDetail ul li:last-child {
        padding-bottom: 0
    }

.asta-contentDetail ol {
    list-style: none;
    counter-reset: item
}

    .asta-contentDetail ol li {
        position: relative;
        padding: 0 0 12px 30px;
        counter-increment: item;
        list-style: none
    }

        .asta-contentDetail ol li:before {
            content: counter(item) ".";
            position: absolute;
            left: 0;
            top: 0
        }

@media(min-width:768px) {
    .asta-contentDetail__imageCon {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 15px 0 45px
    }

        .asta-contentDetail__imageCon img {
            width: 50%;
            max-width: 535px;
            padding-right: 15px
        }

            .asta-contentDetail__imageCon img:last-child {
                padding-right: 0;
                padding-left: 15px
            }
}

.comp-ul-list li {
    position: relative;
    padding: 0 0 8px 15px
}

    .comp-ul-list li:before {
        position: absolute;
        content: "";
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #043552;
        border-radius: 100px;
        overflow: hidden
    }

    .comp-ul-list li:last-child {
        padding-bottom: 0
    }

.comp-ol-list {
    list-style: none;
    counter-reset: item
}

    .comp-ol-list li {
        position: relative;
        padding: 0 0 12px 30px;
        counter-increment: item;
        list-style: none
    }

        .comp-ol-list li:before {
            content: counter(item) ".";
            position: absolute;
            left: 0;
            top: 0
        }

.asta-ourHistory {
    position: relative
}

.asta-ourHistory__slider {
    padding: 0 50px
}

    .asta-ourHistory__slider .slick-next, .asta-ourHistory__slider .slick-prev {
        top: 55%
    }

.asta-ourHistory .slick-list {
    padding-top: 65px;
    margin-top: 20px
}

@media(min-width:768px) {
    .asta-ourHistory.section-gradient:before {
        max-height: 450px
    }
}

@media(min-width:1200px) {
    .asta-ourHistory__slider {
        padding: 0
    }

        .asta-ourHistory__slider .slick-prev {
            left: -50px
        }

        .asta-ourHistory__slider .slick-next {
            right: -50px
        }
}

.asta-ourSubsidiaries__slider-item .card-imgOverlay2 {
    padding: 50px 45px 70px
}

.asta-ourSubsidiaries__slider .slick-dots {
    bottom: -45px
}

@media(min-width:768px) {
    .asta-ourSubsidiaries__slider-item {
        margin: 0 10px
    }
}

@media(min-width:992px) {
    .asta-ourSubsidiaries__slider {
        padding: 35px 0 0
    }

    .asta-ourSubsidiaries__slider-item .card-imgOverlay2 {
        padding: 50px 55px 70px
    }
}

.asta-videoLibrary__item {
    position: relative;
    margin-bottom: 15px
}

    .asta-videoLibrary__item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.65)
    }

    .asta-videoLibrary__item a, .asta-videoLibrary__item a:focus, .asta-videoLibrary__item a:hover, .asta-videoLibrary__item a:visited {
        color: #fff
    }

.asta-videoLibrary__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .25rem;
    text-align: center;
    text-decoration: none
}

    .asta-videoLibrary__play i {
        display: block;
        padding: 5px 0 15px
    }

    .asta-videoLibrary__play span {
        font-family: Material Icons;
        font-size: 5rem
    }

.asta-videoLibrary .modal-body {
    position: relative;
    padding: 0
}

.asta-videoLibrary .close {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 999;
    font-size: 4rem;
    font-weight: 400;
    color: #dd4f52;
    opacity: 1;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px
}

    .asta-videoLibrary .close:hover, .asta-videoLibrary .close:not(:disabled):not(.disabled):hover {
        opacity: 1
    }

.asta-textBlock {
    padding: 40px 40px 30px;
    color: #fff
}

.asta-selectCon {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 25px 0 15px
}

    .asta-selectCon:after {
        font-family: Material Icons;
        content: "";
        font-size: 3rem;
        line-height: 0;
        position: absolute;
        z-index: 1;
        right: 35px;
        top: 50%;
        height: 0;
        width: 0;
        pointer-events: none;
        -webkit-text-stroke: 1px #dd4f52
    }

    .asta-selectCon select {
        width: 100%;
        border: 1px solid #fff;
        background: none;
        height: 45px;
        padding: 4px 15px 5px;
        color: #fff;
        font-family: acumin-pro-condensed,sans-serif;
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-transform: uppercase
    }

        .asta-selectCon select:focus {
            outline: none
        }

        .asta-selectCon select option {
            color: #043552;
            text-transform: none
        }

    .asta-selectCon ::-moz-placeholder {
        color: #fff;
        opacity: 1;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-selectCon :-ms-input-placeholder {
        opacity: 1
    }

    .asta-selectCon ::placeholder {
        color: #fff;
        opacity: 1;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-selectCon :-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

    .asta-selectCon ::-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .1rem
    }

@media(min-width:992px) {
    .asta-textBlock {
        padding: 60px 60px 50px
    }

    .asta-selectCon {
        margin: 0 50px 0 0
    }

        .asta-selectCon ::-moz-placeholder {
            font-size: 1.35rem
        }

        .asta-selectCon ::placeholder {
            font-size: 1.35rem
        }

        .asta-selectCon :-ms-input-placeholder {
            font-size: 1.35rem
        }

        .asta-selectCon ::-ms-input-placeholder {
            font-size: 1.35rem
        }

        .asta-selectCon select {
            font-size: 1.35rem;
            letter-spacing: .1rem
        }

            .asta-selectCon select option {
                font-size: medium
            }
}

.asta-photoGallery.section-gradient:before {
    height: 80.5%;
    max-height: 705px
}

@media(min-width:768px) {
    .asta-photoGallery.section-gradient:before {
        height: 76.5%
    }
}

@media(min-width:992px) {
    .asta-photoGallery.section-gradient:before {
        height: 74.5%;
        max-height: 705px
    }
}

@media(min-width:1200px) {
    .asta-photoGallery.section-gradient:before {
        height: 70.5%;
        max-height: 705px
    }
}

.asta-pressReleases.section-gradient:before {
    max-height: 437px
}

.asta-pressReleases__item {
    padding: 40px 40px 25px;
    color: #fff;
    height: 100%
}

    .asta-pressReleases__item a {
        text-decoration: none
    }

@media(min-width:768px) {
    .asta-pressReleases.section-gradient:before {
        max-height: 400px
    }
}

@media(min-width:1200px) {
    .asta-pressReleases.section-gradient:before {
        max-height: 360px
    }
}

.asta-contactUs__form {
    padding-top: 20px
}

    .asta-contactUs__form .form-group {
        margin-bottom: 20px
    }

    .asta-contactUs__form .form-row {
        margin-left: -15px;
        margin-right: -15px
    }

        .asta-contactUs__form .form-row > [class*=col-] {
            padding-left: 15px;
            padding-right: 15px
        }

    .asta-contactUs__form sup {
        font-size: 1.8rem;
        top: 0
    }

    .asta-contactUs__form select option {
        text-transform: none;
        font-size: 1.6rem
    }

    .asta-contactUs__form select {
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 600;
        font-family: acumin-pro-condensed,sans-serif
    }

    .asta-contactUs__form textarea {
        resize: none;
        border-radius: 0;
        background: none;
        padding: 15px 15px 25px;
        border: 1px solid #043552
    }

        .asta-contactUs__form textarea:focus {
            outline: none;
            box-shadow: none;
            border: 1px solid #043552;
            background: none
        }

.asta-contactUs__form-control {
    border: 1px solid #043552;
    border-radius: 0;
    padding: 25px 15px;
    background: none;
    font-size: 1.6rem;
    color: #043552;
    letter-spacing: .1rem
}

    .asta-contactUs__form-control:focus {
        background: none
    }

.asta-contactUs__selectDropdown-con {
    position: relative
}

    .asta-contactUs__selectDropdown-con:after {
        font-family: Material Icons;
        content: "";
        font-size: 4rem;
        line-height: 0;
        position: absolute;
        z-index: 1;
        right: 45px;
        top: 50%;
        height: 0;
        width: 0;
        pointer-events: none;
        -webkit-text-stroke: 2px #fff
    }

.asta-contactUs__selectDropdown {
    border: 1px solid #043552;
    padding: 5px 15px;
    outline: none;
    font-size: 17px;
    width: 100%;
    background: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    border-radius: 0;
    min-height: 52px
}

    .asta-contactUs__selectDropdown:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #043552;
        background-color: transparent
    }

.asta-contactUs__btnCaptcha {
    padding: 25px 0 20px
}

@media(min-width:768px) {
    .asta-contactUs__btnCaptcha {
        padding-bottom: 40px
    }
}

.form-group, .sf-fieldWrp {
    margin-bottom: 10px
}

.form-group {
    margin-bottom: 20px
}

    .form-group input[type=date], .form-group input[type=email], .form-group input[type=search], .form-group input[type=text], .form-group select, .sf-fieldWrp input[type=date], .sf-fieldWrp input[type=email], .sf-fieldWrp input[type=search], .sf-fieldWrp input[type=text], .sf-fieldWrp select {
        border: 1px solid #043552;
        border-radius: 0;
        padding: 10px 15px;
        background: none;
        font-size: 1.6rem;
        color: #043552;
        letter-spacing: .1rem;
        width: 100%;
        height: 50px
    }

    .form-group textarea, .sf-fieldWrp textarea {
        resize: none;
        border-radius: 0;
        background: none;
        padding: 15px 15px 25px;
        border: 1px solid #043552;
        width: 100%
    }

    .form-group.asta-contactUs__btnCaptcha button, .sf-fieldWrp.asta-contactUs__btnCaptcha button {
        display: block;
        margin: 10px 0 0;
        padding: 10px 0;
        font-size: 1.8rem;
        font-family: acumin-pro-condensed,sans-serif
    }

    .form-group.asta-contactUs__btnCaptcha a, .sf-fieldWrp.asta-contactUs__btnCaptcha a {
        display: inline-block;
        cursor: pointer;
        font-size: 1.8rem;
        font-family: acumin-pro-condensed,sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .15rem;
        margin-bottom: 10px
    }

.asta-contactUs__btnCaptcha label {
    display: block
}

.asta-contactUs__btnCaptcha input[type=text] {
    max-width: 300px
}

.asta-contactUs__btnCaptcha button:after, .asta-contactUs__btnCaptcha button:before {
    display: none
}

.form-container .container {
    padding: 0
}

.form-group p, .sf-fieldWrp p {
    color: red
}

.sf-Checkboxes input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 5px 5px 5px 0
}

.sf-Checkboxes input[type=checkbox], .sf-RadioButtons input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.form-group label, .form-group legend {
    font: 400 1.6rem/1.6 \$Gotham,sans-serif
}

[data-sf-role=dropdown-list-field-container] select {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: acumin-pro-condensed,sans-serif
}

    [data-sf-role=dropdown-list-field-container] select option {
        text-transform: none;
        font-size: 1.6rem
    }

[data-sf-role=checkboxes-field-container] input[type=checkbox], [data-sf-role=multiple-choice-field-container] input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

[data-sf-role=checkboxes-field-container] legend, [data-sf-role=multiple-choice-field-container] legend {
    font: 400 1.6rem/1.6 \$Gotham,sans-serif
}

button.sf-Captcha-button {
    max-width: 30px;
    width: 100%;
    min-width: 60px;
    margin: 0;
    padding: 0;
    height: 50px
}

    button.sf-Captcha-button svg {
        width: 100%;
        max-width: 30px;
        height: 100%
    }

#memberDirectory #radio1, #memberDirectory #radio2 {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.asta-directoryDetail h2 {
    text-transform: uppercase
}

.asta-directoryDetail__desc {
    padding: 10px 0
}

    .asta-directoryDetail__desc h4 {
        font-size: 1.6rem;
        font-family: Gotham,sans-serif;
        padding-bottom: 10px
    }

.asta-review {
    margin-top: 40px;
    position: relative
}

.asta-review__top h2 {
    padding-bottom: 35px
}

.asta-review__reviews .asta-review__item:last-child {
    padding-bottom: 20px
}

.asta-review__item {
    padding: 0 0 45px
}

    .asta-review__item h4 {
        font-family: Gotham,sans-serif;
        font-size: 2rem
    }

.asta-review__reviewerName {
    padding-top: 10px
}

.asta-review__ratingCon {
    padding-bottom: 20px
}

.asta-review__rating {
    width: 140px;
    height: 21px;
    margin-bottom: 10px
}

    .asta-review__rating span {
        margin: auto;
        max-width: 140px;
        height: 21px;
        display: block;
        float: left
    }

.asta-member__leftRail {
    padding: 35px 0 35px
}

.asta-member__name {
    font-family: Gotham,sans-serif;
    padding-bottom: 5px
}

.asta-member__title {
    font-size: 2rem;
    padding: 0 0 25px
}

.asta-member__orgDetails {
    padding: 0 0 20px
}

    .asta-member__orgDetails p {
        padding: 0
    }

.asta-member__orgName {
    font-family: Gotham,sans-serif;
    padding-bottom: 10px
}

.asta-member__verified {
    max-width: 195px;
    padding: 22px 0 35px;
    display: block;
    overflow: hidden;
    width: 100%
}

.asta-member__verifiedIcon {
    position: absolute;
    top: 20px;
    right: 20px
}

@media(min-width:768px) {
    .asta-review__btn {
        position: absolute;
        top: 0;
        right: 0
    }

    .asta-member__leftRail {
        padding: 5px 0 35px
    }

        .asta-member__leftRail .card-pattern3__desc {
            padding: 90px 30px 50px
        }
}

@media(min-width:1200px) {
    .asta-directoryDetail {
        padding-left: 35px
    }

    .asta-review__rating {
        float: left;
        margin-right: 20px
    }
}

@media print {
    .asta-header {
        min-height: 100px
    }

    .asta-header__btnCon, .asta-header__menuNlanguage {
        display: none
    }
}

.asta-directoryResults__title {
    text-transform: uppercase;
    font-size: 3.6rem;
    padding-bottom: 15px
}

.asta-directoryResults__cardWrapper {
    padding: 0 0 60px
}

    .asta-directoryResults__cardWrapper li {
        margin-top: 75px
    }

    .asta-directoryResults__cardWrapper .card-pattern3__desc {
        padding-bottom: 130px
    }

.asta-directoryResults__btnCon {
    position: absolute;
    bottom: 20px;
    right: 15px
}

.asta-directoryResults table {
    width: 100%;
    max-width: 100%;
    background: #fff
}

    .asta-directoryResults table thead th, .asta-directoryResults table tr td {
        padding: 5px;
        text-align: center
    }

    .asta-directoryResults table thead tr {
        background: #00abbe;
        color: #fff
    }

    .asta-directoryResults table thead th {
        border-bottom-width: 1px;
        padding: 10px 5px
    }

    .asta-directoryResults table tbody tr:nth-child(2n) {
        background: #f8f8f8
    }

    .asta-directoryResults table tbody tr td a {
        border: 1px solid #043552;
        padding: 5px 10px;
        text-decoration: none;
        margin: 5px;
        display: block;
        font-size: 1.3rem;
        font-weight: 600
    }

@media(min-width:768px) {
    .asta-directoryResults__title {
        font-size: 4rem
    }
}

@media(min-width:1200px) {
    .asta-directoryResults__top {
        position: relative
    }

        .asta-directoryResults__top .btn {
            position: absolute;
            top: -30px;
            right: 0
        }

    .asta-directoryResults__cardWrapper li {
        margin-top: 95px
    }
}

.consumer-lead__container {
    background-color: hsla(0,0%,76.9%,.2);
    padding: 15px 15px 0;
    margin: 0 0 20px
}

.consumer-lead__item {
    padding-bottom: 10px
}

.consumer-lead__label {
    font-weight: 700
}

.consumer-lead__result {
    padding-bottom: 15px
}
